LassoScript Utility
Basics Browse Detail

[ChartFX->Data]

Tag Link [ChartFX->Data] Category ChartFX
Type Member Source Available Yes
Support Preferred Version 8.5
Change New Data Source Any
Output Type Bytes Security None
Implementation Sets Lasso 8.5

Description

[ChartFX->Data] asks Chart FX to render the chart using the current template and data set. The chart is created in memory and returned as a byte stream which can be served using [ChartFX_Serve], stored in a database, or manipulated using the image tags.

Syntax

[Var:'MyChart'=ChartFX]
[$MyChart->SetWidth(800)]
[$MyChart->SetHeight(600)]
[$MyChart->SetTemplateStr(' ... ')]
[$MyChart->SetLassoData(Records_Array)]
[$MyChart->Data]

Parameters

No Parameters Required.

Change Notes

This tag was added in Lasso 8.5.2.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.